Hide apps and rename recipes to workflows#13
Merged
Conversation
Collaborator
Author
|
@梅西 CR LGTM from @冯诺伊曼。 Review focus:
Local verification:
说明:当前 GitHub token 被识别为 PR author,不能提交 formal approve,所以用 comment 记录 CR 结论。 |
Collaborator
Author
|
CR follow-up:CI 的 我已直接补一小个测试修复 commit: 本地验证已过:
|
Collaborator
Author
|
补充了 earayu2 截图里的两个隐藏点:
验证:
提交: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What\n- Hide the Apps entry from navigation defaults and the navigation customization UI.\n- Redirect direct /apps visits back to the home view instead of rendering the Apps page.\n- Rename user-facing Recipe/Recipes copy to Workflow/Workflows, including Chinese translations from 配方 to 工作流.\n\n## Why\nApeMind Agent should keep the underlying Goose recipe protocol for upstream compatibility, while presenting the feature to users as workflows. The Apps feature should be hidden at the UI entry level without deleting the MCP App/resource implementation.\n\n## Validation\n- pnpm -C ui/desktop run i18n:check\n- pnpm -C ui/desktop exec eslint --max-warnings 0 --no-warn-ignored\n- git diff --check\n\n## Known issue\n- pnpm -C ui/desktop run typecheck currently fails before reaching changed files because announcements/content and announcements/index.json are missing in this checkout.\n